@charset "UTF-8";
/* Base Reset */
* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #fff;
}
a {
	color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out; 
}
a:hover {
	text-decoration: none;
	color:#A65300 !important;
}
.wp-wrapper {
	width: 100%;
	background-color: #EDEADF;
}
.wp-inner {
	width: auto;
	max-width: 1400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.wp-inner1 {

width:100%;
	float: left;
background-color:#E0D9C9;
}

/**头部**/
.wp-header {
	padding:0;
	background-color: #8C0000;
	background-image: url(../img/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/**
  * [站点LOGO]
  */
.logo-panel {
	float: left;
}
.logo-window {
	padding: 6% 0;
	margin-left: 10px;
}
.logo-window img {
	vertical-align: middle;
}
.wp-head-tools {
	float: right;
}
/**
 * [语言选择]
 */
.lang-panel {
	float: right;
	margin-right: 10px;
}
.lang-window {
	padding: 6% 0;
}
.lang-window .wp-menu .menu-item {
	float: left;
}
.lang-window .wp-menu .menu-item a.menu-link {
	display: inline-block;
	margin: 0 3px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #EBB428;
}
.lang-window .wp-menu .menu-item a.menu-link:hover {
	text-decoration: underline;
	color: #FFC661;
}
/**
 * [搜索]
 */
.search-panel {
	float: right;
	clear: right;
	width: 40px;
}
.search-window {
	background-color: #fff;
	overflow: hidden;
}
.wp-search {
	position: relative;
}
.wp-search form {
	display: block;
}
.wp-search .search-input {
	margin-left: 10px;
	margin-right: 40px;
}
.wp-search .search-input input.search-title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	border: 0;
	outline: 0;
	background: none;
	color:#333;
	font-size: 16px;
	padding: 7px 0;
}
.wp-search .search-btn {
	width: 40px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}
.wp-search .search-btn input.search-submit {
	width: 100%;
	height: 34px;
	border: 0;
	outline: 0;
	cursor: pointer;
	background-image: url(../img/ser.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #710000;
}
/**
 * [顶部副导航]
 */
 :focus {
	outline: 0;
}
img {
	border: 0;
}
a img {
	vertical-align: middle;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
*zoom:1;
}
body, p {
	font: 14px/1 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	color:#555;
}
 
 .top-nav-panel1 {
	float: left;
}
.top-nav-panel1 .wp-menu .menu-item {
	float: left;
	display: inline-block;
}
.top-nav-panel1 .wp-menu .menu-item a.menu-link {
	display: inline-block;
	margin: 0 6px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size:14px;
}
.top-nav-panel1 .wp-menu .menu-item a.menu-link:hover {
	text-decoration: underline;
	color:#d5d5d5 !important;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
.top-nav-panel {
	float: right;
}
.top-nav-panel .wp-menu .menu-item {
	float: left;
	height: 34px;
	margin-top: -2px;
}
.top-nav-panel .wp-menu .menu-item a.menu-link {
	display: inline-block;
	margin: 0 6px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size:14px;
}
.top-nav-panel .wp-menu .menu-item a.menu-link:hover {
	text-decoration: underline;
	color:#d5d5d5 !important;
}
/**主导航**/
.top_h {
	overflow: hidden;
	background-color: #710000;
	height: 34px;
}
.wp-navi {
	position:relative;
	background-color: #710000;
}
.main-nav-panel {
}
.menu-switch-arrow {
	display: none;
}
.main-nav-panel .wp-menu {
	margin: 0 auto;
	text-align: center;
}
.main-nav-panel .wp-menu .menu-item {
	display: inline-block;
	float: none;
	position: relative;
	z-index: 100;
	height: 80px;
	line-height: 80px;
}
.main-nav-panel .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 16px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 16px;
}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
	text-decoration: none;
	color: #710000 !important;
	background-color: #fff
}
.main-nav-panel .sub-menu {
	background-color: #f2f2f2;
	display: none !important;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
}
.main-nav-panel .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	border-bottom: 1px solid #ddd;
}
.main-nav-panel .sub-menu .sub-item a {
	display: block;
	color: #272727;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	display: block;
}
.main-nav-panel .sub-menu .sub-item a:hover {
	color: #e99839;
	display: block;
}
.main-nav-panel .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	z-index: 200;
	background-color: #e6e6e6;
	border-left: 1px solid #ddd;
}
/**slide导航**/
.wp-navi .navi-slide-head {
	display: none;
	padding: 0 10px;
	height: 40px;
}
.wp-navi .navi-slide-head .navi-slide-title {
	display: inline-block;
	float: left;
	font-weight: normal;
	color: #212121;
	font-size: 18px;
	line-height: 40px;
}
.wp-navi .navi-slide-head .navi-slide-arrow {
	display: block;
	width: 34px;
	height: 40px;
	float: right;
	background: url(../img/menu-icon-arrow.png) no-repeat 50%;
}
/**aside导航**/
.navi-aside-page {
	position: fixed;
}
.navi-aside-toggle {
	display: block;
	width: 34px;
	height: 34px;
	background: url(../img/menu-icon-arrow-white.png) no-repeat 50%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	display: none;
}
.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
}
.wp-navi-aside-active {
	display: block;
}
.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0,0,0,.6);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.6);
}
.wp-navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0,0,0,.3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}
.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0,0,0,.3);
	box-shadow: 0 1px 0 rgba(255,255,255,.05);
}
.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}
.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	background: url(../img/menu-switch-arrow.png) no-repeat 30px -25px;
}
.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {
	background-position: 20px 12px;
}
.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.wp-navi-aside .navi-aside-wrap li a:hover, .wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff !important;
	outline: 0;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}
/**焦点图片**/

.wp-focus {
	background-color: #ececec;
}
.fcous-panel {
	width: 100%;

}
.fcous-panel .focus-window {
	width: 100%;
	overflow: hidden;

}
/**
 * 主体
 */
.wp-container {
	padding: 12px 0 0 0;
}
.wp-con{
	padding:15px 0;
}
.scholl_x {
    float: right;
    line-height: 100px;
margin-top: 20px;
}
.scholl_x img {
    width: 100%;
    vertical-align: middle;
}
.wp-main-page .content {
	width:100%;
	float: left;

}
.wp-main-page .content .cbox-left {
	width:50.5%;
	float: left;

}
.wp-main-page .content .cbox-right {
	width:45.5%;
	float: right;
}
.wp-main-page .sidebar {
	width:23%;
	float: right;
}
.wp-main-page .sidebar .sbox {
}
.wp-post {
	margin-bottom: 10px;
}
.wp-post .post-head {
	height: 33px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 7px;
}
.wp-post .post-head .head-bar {
	position: relative;
}
.wp-post .post-head .post-title {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: normal;
}
.wp-post .post-head .post-more {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.wp-post .post-head .post-more a {
	color: #424242;
	text-decoration: none;
}
.wp-post .post-body {
}
.post-news .news-item {
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}
.post-news .news-item .meta-title {
	display: block;
	margin-right: 76px;
	overflow: hidden;
}
.post-news .news-item .meta-time {
	display: block;
	text-align: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	color: #999;
}
/**列表页**/
.wp-banner {
	position:relative;
	z-index:80;
}
.wp-banner .wp-inner {
	position: relative;
}
.wp-banner .column-name {
	display: none;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 2px 2px #000000;
	overflow: hidden;
	position: absolute;
	left: 6px;
	right: 6px;
	top : 50%;
	margin-top: -12px;
}
/**列表页banner图**/
.banner img {
	width: 100%;
	vertical-align: top;
}
.wp-column-menu {
	width:195px;
	background-color: #f5f5f5;
	position: relative;
	float: left;
	margin-right: -220px;
}
.wp-column-news {
	float: right;
	width: 100%;
}
.wp-column-news .column-news-box {
	margin-left:232px;
	margin-right: 15px;
    min-height: 370px;
}
/**栏目列表**/
.column-head {
	line-height: 24px;
	background-color: #89090A;
}   /**位置栏目背景**/
.column-head .column-anchor {
	padding: 8px 10px;
}
.column-head .column-anchor .column-switch {
	display: block;
	width: 30px;
	height: 24px;
	float: right;
	display: none;
	background: url(img/menu-dot.png) no-repeat center;
}
.column-head .column-anchor h3.anchor-title {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}		/**位置栏目字体**/
.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
}
.column-list-wrap li a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #383838;
	background:#f7f7f7 url(../images/list-j.jpg) no-repeat  92% center;
}
.column-list-wrap li a:hover {
	color: #fff !important;
	text-decoration: none;
	background:#589cc3 url(../images/listjw.jpg) no-repeat 92% center;
}
.column-list-wrap li.selected a.selected {
	color: #fff;
	background:#589cc3;
}
.column-list-wrap li a span {
	display: block;
	padding: 10px;
	padding-left: 20px;
	line-height: 22px;
	width:74%;
}
.column-list-wrap .sub-list li a {
	background-position: 18px 11px;
	font-size: 14px;
	background-color:#f7f7f7;
	background-image:none;
}
.column-list-wrap .sub-list li a:hover {
	background-color: #e2e2e2;
    color: #121212 !important;
    background-image: none;
}
.column-list-wrap .sub-list li.selected a.selected {
    background-color: #e2e2e2;
    color: #333;
	background-position: 18px 11px;
}
.column-list-wrap .sub-list li a span {
	padding: 4px 10px;
	padding-left: 28px;
	line-height:24px;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f5f5f5;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
/**
 * 栏目新闻
 */
.list-head {
	padding: 10px 0;
    border-bottom: 1px dashed #dedede;
}
.list-meta .column-title {
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 24px;
	font-size: 18px;
	color: #333
} /**当前位置**/
.list-meta .column-path {
	line-height: 24px;
	color:#004873;
}
.list-meta .column-path a {
	color:#004873;
}
.list-meta .column-path a:hover {
	color: #14427E;
}
.column-news-con {
	padding: 10px 0;
}
.column-news-list .column-news-item {
width:100%;
	display: block;
	position: relative;
	border-bottom: 1px dotted #b1b1b1;
	line-height:39px;
	padding-left: 10px;
}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover {
	background-color: #F7F7F7;
	color: #000;
}
.column-news-list .column-news-item .column-news-title {
	display: block;
	margin-right: 76px;
}
.column-news-list .column-news-item .column-news-date {
	display: block;
	text-align: right;
	width: 90px;
	height:39px;
	line-height:39px;
	position: absolute;
	right: 0;
	top: 5px;
	color: #999;
}
.wp_entry {
	width: auto;
	margin: 0 4px;
}
.wp_entry, .wp_entry p {
	line-height: 1.7;
	font-size: 15px;
	text-align: justify;
}
.wp_entry p {
	margin-bottom:0px;
}
.column-news-list .wp_entry img {
	vertical-align: middle;
	max-width: 100%;
    height: auto !important;
_width:expression(this.width > 800 ? "880px" : this.width);
}   /**列表页文章图片大小限制**/
/**文章页**/
.info-box {
	margin: 0 220px;
}
.article {
	padding: 15px 0;
}
.article h1.arti-title {
	line-height: 26px;
	padding: 5px;
	text-align: center;
	 font-size: 20px;
	font-weight: normal;
	color: #424242;
} /**文章标题**/
.article .arti-metas {
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 10px 0;
}
.article .arti-metas span {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**文章其他属性**/
.article .arti-metas .read-options {
	color: #444;
	text-decoration: none;
	float: right;
	display: inline-block;
	padding-left: 17px;
	background: url(img/options.png) no-repeat 0 50%;
	display: none;
}
.article .entry {
	margin: 0 4px;
	overflow: hidden;
} /**文章内容**/
.article .entry, .article .entry p {
	line-height: 1.7;
	font-size: 15px;
	text-align: justify;
}
.article .entry p {
	margin-bottom: 20px !important;
}
.article .entry .read img {
	vertical-align: middle;
	max-width: 100%;
_width:expression(this.width > 1100 ? "1100px" : this.width);
	background: url(img/loading.gif) no-repeat center;
}   /**文章阅读部分图片大小限制**/
/**阅读设置**/
.night-model .wp-container {
	background-color: #313131;
	color: #6f6f6f;
}
.night-model .article .entry, .night-model .article .entry p {
	color: #6f6f6f;
}
.night-model .read a {
	color: #6d6d6d;
}
.night-model .read a:hover {
	color: #f5f5f5;
}
.night-model .article h1.arti-title {
	color: #e7e8e9
}
.read-setting {
	margin-bottom: 10px;
	display: none;
	background-color: #fdfdfd;
	height: 38px;
	border-bottom: 1px solid #F1F1F1;
}
.night-model .read-setting {
	background-color: #1d1d1d;
	border-color: #313131;
}
.read-setting .setting-item {
	display: inline-block;
	width: 49%;
	height: 38px;
	float: left;
}
.read-setting .setting-item a {
	display: inline-block;
	color: #565656;
	font-size: 20px;
	float: left;
	width: 49%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 9px;
	color: #565656;
}
.read-setting .setting-item a:hover {
	color: #999;
}
.read-setting .setting-item a.smaller-font {
	border-left: 1px solid #F1F1F1;
	font-size: 18px;
}
.read-setting .setting-model {
	border-left: 1px solid #F1F1F1;
	text-align: center;
}
.night-model .read-setting .setting-item a.smaller-font, .night-model .read-setting .setting-model {
	border-left-color: #313131;
}
.read-setting .setting-model a.read-model {
	font-size: 18px;
	background: url(img/moon.png) no-repeat 0 50%;
	float: none;
	width: auto;
	padding-left: 24px;
	margin: 9px auto;
}
.night-model .read-setting .setting-model a.read-model {
	background-image: url(img/sun.png);
}
.article .entry .set-fz12, .article .entry .set-fz12 p {
	font-size: 12px;
}
.article .entry .set-fz14, .article .entry .set-fz14 p {
	font-size: 14px;
}
.article .entry .set-fz16, .article .entry .set-fz16 p {
	font-size: 16px;
}
.article .entry .set-fz18, .article .entry .set-fz18 p {
	font-size: 18px;
}
.article .entry .set-fz20, .article .entry .set-fz20 p {
	font-size: 20px;
}
.article .entry .set-fz22, .article .entry .set-fz22 p {
	font-size: 22px;
}
/**文章分享（百度分享）**/
#bdshare {
	margin-top: 10px;
}
/*读图模式*/
.view-box {
	display: block;
	color: #666;
	font-style: normal;
	margin-bottom: 10px;
}
.view-box-inner {
	display: block;
	text-align: center;
	max-width: 400px;
	min-width: 30px;
	margin: 0 auto;
	position: relative;
}
.view-box-inner img {
	width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}
.view-box-inner .open-view {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 1px;
	bottom: 1px;
	z-index: 1;
}
.view-box-inner .view-icon {
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/view-image.png) no-repeat center;
}
#wp-view-page {
	display: none;
	position: fixed;
	z-index: 10000000;
	width: 100%;
	background-color: #1a1a1a;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#view-head {
	width: 100%;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#back-read-page {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 42px;
	background: url(img/back-arrow.png) no-repeat center;
}
#back-read-page span {
	display: none;
}
#view-original-image {
	background-color: rgba(255, 255, 255, 0.1);
	color: #FFF;
	float: right;
	font-size: 15px;
	margin: 12px 12px 0px 0px;
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 40px;
}
#view-foot {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	height: 42px;
	left: 0;
	bottom: 0;
	color: #FFF;
	position: absolute;
	font-size: 14px;
	line-height: 42px;
	opacity: 0.8;
	z-index: 99;
}
#view-index {
	float: left;
	margin-left: 10px;
}
#view-current {
	color: #3495FF;
}
#view-title {
	position: absolute;
	left: 60px;
	top: 10px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #fff;
}
#view-body {
	width: 100%;
	height: 100%;
	position: relative;
}
#view-image-items {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#view-image-items li {
	float: left;
	text-align: center;
	background: no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
/**底部**/
.wp-footer {
	background-color: #8C0000;
}
.wp-footer .wp-inner {
	padding:36px 0 40px 0;
}
.wp-footer .wp-inner .footer {
	color: #868686;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	margin: 0 7px;
}
.wp-footer .wp-inner .footer span {
	margin: 0 5px;
}
.wp-footer .wp-inner .footer a {
	color: #ddd;
	font-size: 14px;
	margin: 0 5px;
}
.wp-footer .wp-inner .footer a:hover {
	color: #ddd;
	text-decoration: underline;
}
.f_l {
    float: left;
    overflow: hidden;
    margin-right: 88px;
}
.f_l .f_l_pic {
    float: left;
    margin-right: 18px;
}
.f_l .f_l_pic img {
    width: 100%;
}
.f_l_con {
    float: right;
}
.f_l .f_l_con p, .f_l .f_l_con p a{
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
}
.f_c {
    float: left;
    overflow: hidden;
}
.f_r {
    float: right;
	padding-top:10px;
}
.f_r a{
	float:left;
	width:52px;
	height:52px;
	margin-right:17px;
	opacity:0.6;
	filter:alpha(opacity = 60);
}
.f_r a:hover{
	opacity:1;
	filter:alpha(opacity = 100);
}
.f_r .weibo{
	background:url(../images/icon.png) no-repeat ;
	background-position: -69px 0;
}
.f_r .weixin{
	position:relative;
	background:url(../images/icon.png) no-repeat center left;
	
}
.f_r .weixin:hover .wei-e{
	display:block;
}
.f_r .weixin .wei-e{
	display:none;
	position: absolute;
    top: -130px;
    left: -35px;
	opacity:1;
	filter:alpha(opacity=100);
}
.f_r .mobile{
	background:url(../images/icon.png) no-repeat;
	background-position: -136px 0px;
}
.nav_down{
	

   background-color: rgba(51,51,51,.6); 
  
	bottom:40px;
	left:1000px;
	width:80px;
	height:280px;

	z-index:100;
position: absolute; top: 50%; right: 50%; margin-right: -600px; margin-top: -168px; z-index: 10; 
}
/**jumphandle**/
#jumphandle {
	width: 32px;
	height: 70px;
	position: fixed;
	right: 6px;
	bottom: 20px;
	z-index: 100000000;
	display: none;
}
#jumphandle a {
	display: block;
	width: 32px;
	height: 32px;
	background: #777 url(../img/jump-icon.png) no-repeat 0 top;
	opacity: 0.7;
}
#jumphandle a#gobot {
	background-position: 0 bottom;
	margin-top: 6px;
}
.menu_name, .menu_pic {
    display: none;
}
.nav_bro {
    background-color:#FFFFF0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 17px rgba(0,0,0,.5);
}
.nav_bro_con {
    display: none;
	padding:12px 0;
    overflow: hidden;
}
.nav_bro_con.active{
	display:block;
}
.post-7 .thum,.post-7 .thum img {
    width: 369px;
    height: 258px;
}
.tab_nes {
    display: block;
    height: 33px;
    line-height: 33px;
}
.tab_nes .title {
    float: left;
}
.tab_nes .title,.tab_nes .title a{
	color: #2b2b2b;
	font-size: 16px;
}
.tab_nes .time {
	color: #acacad;
	font-size: 16px;
	float: right;
}
.rili {
    margin-top: 15px;
    overflow: hidden;
}
.rili .data_time {
    float: left;
	margin-right: 18px;
}
.rili .data_title,.rili .data_title a {
    float: left;
    line-height: 24px;
    font-size: 15px;
    color: #2b2b2b;
}
.data_down .D_news {
    display: block;
    height: 30px;
    line-height: 30px;
}
.data_down .D_news .D_title,.data_down .D_news .D_title a {
    float: left;
    font-size: 14px;
    color: #2b2b2b;
}
.data_down .D_news .D_time {
    font-size: 12px;
    color: #acacad;
    float: right;
}
.head_line{
	overflow:hidden;
    border-bottom:1px solid #aabcd0;
    padding-bottom: 12px;
	margin-bottom: 15px;
}
.head_line h3 {
    font-size: 16px;
    font-weight: normal;
    color: #636363;
    float: left;
}
.h_self{
	font-size: 16px;
    font-weight: bold;
    color: #252525;
	margin-bottom: 17px;
}
.more_n{
	background:url(../images/ylj.png) no-repeat center right;
	padding-right:10px;
}
.more_n, .more_n a {
    float: right;
    font-size: 12px;
    color: #6c6c6c;
}
.more_ns a{
	font-size: 12px;
    color: #6c6c6c;
}
.more_ns{
	font-size: 12px;
    color: #6c6c6c;
	position: absolute;
    right: 0;
    top: -40px;
	background:url(../images/ylj.png) no-repeat center right;
	padding-right:10px;
}
a.spec{
	background:url(../images/ylj.png) no-repeat center right;
	padding-right:10px;
	font-size: 12px;
    color: #6c6c6c;
	margin-left:10px;
}
.more_ns.mms {
    top: -41px;
}
.marktop {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 34px;
	cursor:pointer;
}
.nav_bro .nav_pic {
    float: left;
    width: 283px;
    height: 130px;
    margin-right: 47px;
}
.nav_bro .nav_name {
    float:right;
    width: 360px;
    margin-right: 36px;
    font-size: 14px;
    line-height: 27px;
    color: #727274;
    text-indent: 2em;
}
.con_1 .nav_pic{
	background:url(../img/4.jpg) no-repeat center;
}
.con_2 .nav_pic{
	background:url(../img/1.jpg) no-repeat center;
}
.con_3 .nav_pic{
	background:url(../images/6.jpg) no-repeat center;
}
.con_4 .nav_pic{
	background:url(../img/7.jpg) no-repeat center;
}
.con_5 .nav_pic{
	background:url(../images/3.jpg) no-repeat center;
}
.con_6 .nav_pic{
	background:url(../img/5.jpg) no-repeat center;
}
.con_7 .nav_pic{
	background:url(../images/2.jpg) no-repeat center;
}
.con_8 .nav_pic{
	background:url(../img/8.jpg) no-repeat center;
}

.con_9 .nav_pic{
	background:url(../img/9.jpg) no-repeat center;
}


.con_10 .nav_pic{
	background:url(../img/10.jpg) no-repeat center;
}
.con_12 .nav_pic{
	background:url(../img/12.jpg) no-repeat center;
}


ul.nav_menu .sub-items .sub-link {
    color: #37547c;
    font-size: 14px;
    line-height: 30px;
	font-weight:bold;
}
.nav_bro_con .nav_menu {
    float: left;
    width: 285px;
}
.nav_bro_con .nav_menu .sub-items {
    float: left;
    width: 50%;
}
.nav_bro_con.con_0.active,  .nav_bro_con.con_3.active,  .nav_bro_con.con_5.active,  .nav_bro_con.con_7.active,  .nav_bro_con.con_11.active {
    display: none !important;
}
.nav_bro_con.con_10 .nav_menu .sub-items {
    width: 50%;
}
.rili .data_title {
    width: 75%;
}
div#wp_news_w7 .caption a {
    color: #1d4e92;
    font-size: 16px;
    line-height: 40px;
}
div#wp_nav_w17 .wp_nav .nav-item a span.item-name {
    font-size: 16px;
    color: #fff;
    padding: 0 16px;
    line-height: 53px;
}
div#wp_nav_w17 .wp_nav .nav-item .mark{
	width:28px;
	height:28px;
    top: 12px;
    left: 49px;
	transition:background-position-y .4s ease;
	-webkit-transition:background-position-y .4s ease;
	-moz-transition:background-position-y .4s ease;
	-o-transition:background-position-y .4s ease;
	-ms-transition:background-position-y .4s ease;
}
div#wp_nav_w17 .wp_nav .nav-item.i1 .mark{
	background:url(../images/f_icon.png) no-repeat;
	background-position: 0 2px;
}
div#wp_nav_w17 .wp_nav .nav-item.i1:hover .mark{
	background-position: 0 -24px;
}
div#wp_nav_w17 .wp_nav .nav-item.i2 .mark{
	background:url(../images/f_icon.png) no-repeat;
	background-position: -32px 2px;
}
div#wp_nav_w17 .wp_nav .nav-item.i2:hover .mark{
	background-position: -32px -24px;
}
div#wp_nav_w17 .wp_nav .nav-item.i3 .mark{
	background:url(../images/f_icon.png) no-repeat;
	background-position: -65px 2px;
}
div#wp_nav_w17 .wp_nav .nav-item.i3:hover .mark{
	background-position: -65px -24px;
}
div#wp_nav_w17 .wp_nav .nav-item.i4 .mark{
	background:url(../images/f_icon.png) no-repeat;
	background-position: -92px 2px;
}
div#wp_nav_w17 .wp_nav .nav-item.i4:hover .mark{
	background-position: -92px -26px;
}
div#wp_nav_w17 .wp_nav .nav-item.i5 .mark{
	background:url(../images/f_icon.png) no-repeat;
	background-position: -115px 2px;
}
div#wp_nav_w17 .wp_nav .nav-item.i5:hover .mark{
	background-position: -115px -27px;
}
div#wp_news_w15 {
    margin-bottom: 30px;
}
.data_thum img {
    width: 98%;
}
div#wp_news_w14 .sLink {
    float: left;
    width:25%;
	text-align: center;
}
div#wp_news_w14 .sLink img {
    width:75%;
}
div#wp_news_w14  p.sTit a {
    line-height: 47px;
    font-size: 12px;
    color: #2b2b2b;
}
.sidebar .head_line {
    margin-bottom: 12px;
}
.links .sudy-scroll-page {
    bottom: -11px;
    left: 0;
}
.links .sudy-scroll-page .page-index {
    background-color: #d2d2d2;
}
.links .sudy-scroll-page .active {
    background: #1d4e92 !important;
}
ul.nav_menu .sub-items .sub-link:hover {
    text-decoration: underline;
}
ul.tab-list{
	position:relative;
}
div#wp_news_w7 .thum img {
    width: 100%;
	max-height: 257px;
}
.wp_articlecontent p, .wp_articlecontent span, .wp_articlecontent div, .wp_articlecontent p span, .wp_articlecontent font {
    font-size: 16px !important;
    line-height: 28px !important;
    font-family: "微软雅黑" !important;
}
.possplit{
	background-image:url(../images/bluej.jpg);
}
h3.sin_tit {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #125eac;
    margin-bottom: 30px;
}
.wp-column-news .single {
    float: left;
    width: 31%;
    margin:0 1% 2% 1%;
    line-height: 70px;
    background-color: #F2F2F2;
    text-align: center;
}
.wp-column-news .single:hover {
    background-color: #4d9aea;
}
.wp-column-news .single:hover a{
	color: #fff;
}
.wp-column-news .single a:hover {
    color: #fff !important;
}
h2.headtop {
    line-height: 32px;
    font-weight: normal;
    margin: 25px 0;
    padding-left: 20px;
    border-left: 8px solid #07468a;
    color: #444;
}
.infohead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #710000;
}
.infohead .column-path a:hover {
    color: #14427E;
}
.infohead .column-path a {
    color: #004873;
}
.infohead .column-path {
    text-align:left;
    line-height:40px;
    color: #004873;
}
.tab-menu .tab-icon{
	width:11px;
	height:11px;
	background:url(../images/iconbody.png) no-repeat;
	background-position: -47px -52px;
	display: inline-block;
    margin-left: 6px;
}
.tab-list .more_ns {
    display: none;
}
div#wp_news_w7 .sudy-scroll-page {
     display: block !important;
    right: 0 !important;
    left: inherit;
    text-align: right;
}
.news_pic img{width:246px; height:96px;}/*窗口的大小要和图片大小一致*/



.nav_bro_con .nav_menu {
    float: left;
    width: 310px;
}
.wp-main-page .top_h .wp-inner.clearfix .wxwb {
	float: left;
}
.wp-main-page .top_h .wp-inner.clearfix .wxwb ul .wx {
	float: left;
}
.wp-main-page .top_h .wp-inner.clearfix .wp-panel.top-nav-panel.panel-4 .wp-window.top-nav-window.window-4 #wp_nav_w4 .wp-menu.clearfix {
	margin: 0px;
	padding: 0px;
}

#wp_nav_w20 .wp_nav .nav-item a{ color:#fff; text-decoration: none; }


.con_1 .nav_name{
	background:url(http://172.16.9.240/_upload/tpl/02/d9/729/template729/img/tp1.jpg) ;
	 float:right;
    width: 360px;
    margin-right: 36px;  
	height:130px;
background-repeat: no-repeat;
	background-position: center top;
}

.con_2 .nav_name{
	background:url(http://172.16.9.240/_upload/tpl/02/d9/729/template729/img/tp2.jpg) ;
	 float:right;
    width: 360px;
    margin-right: 36px;  
	height:130px;
background-repeat: no-repeat;
	background-position: center top;
}

.con_4 .nav_name{
	background:url(http://172.16.9.240/_upload/tpl/02/d9/729/template729/img/tp4.jpg) ;
	 float:right;
    width: 360px;
    margin-right: 36px;  
	height:130px;
background-repeat: no-repeat;
	background-position: center top;
}
.con_6 .nav_name{
	background:url(http://172.16.9.240/_upload/tpl/02/d9/729/template729/img/tp6.jpg) ;
	 float:right;
    width: 360px;
    margin-right: 36px;  
	height:130px;
background-repeat: no-repeat;
	background-position: center top;
}
.con_8 .nav_name{
	background:url(http://172.16.9.240/_upload/tpl/02/d9/729/template729/img/tp8.jpg) ;
	 float:right;
    width: 360px;
    margin-right: 36px;  
	height:130px;
background-repeat: no-repeat;
	background-position: center top;
}

.con_9 .nav_name{
	background:url(http://172.16.9.240/_upload/tpl/02/d9/729/template729/img/tp9.jpg) ;
	 float:right;
    width: 360px;
    margin-right: 36px;  
	height:130px;
background-repeat: no-repeat;
	background-position: center top;
}

.con_10 .nav_name{
	background:url(/_upload/tpl/02/d9/729/template729/img/tp10.jpg) ;
	 float:right;
    width: 360px;
    margin-right: 36px;  
	height:130px;
background-repeat: no-repeat;
	background-position: center top;
}

.con_12 .nav_name{
	background:url(/_upload/tpl/02/d9/729/template729/img/tp12.jpg) ;
	 float:right;
    width: 360px;
    margin-right: 36px;  
	height:130px;
background-repeat: no-repeat;
	background-position: center top;
}

.wrapper { width:100%; margin:0 auto;  }
#banner {background: #e7e2df;}
#banner .inner {width:auto;max-width: 1920px;text-align: center;position:relative;}

.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }

.rili.rili *{ margin: 0; padding: 0;}
#wp_news_w121 .sudynews_rili_2.rili  .con{ padding:5px 0px;}
#wp_news_w121 .sudynews_rili_2.rili  .news_list {}
#wp_news_w121 .sudynews_rili_2.rili  .news_list li.news{margin-top:10px;padding-top:10px;border-top:1px solid #eee;}
#wp_news_w121 .sudynews_rili_2.rili  .news_list li.news.n1{margin-top:0px;padding-top:0px;border-top:none;}
#wp_news_w121 .sudynews_rili_2.rili  .news_list li.news .news_time{float:left;width: 60px;height:40px;margin-right:10px;background: #E8E8E8;text-align:center;}
#wp_news_w121 .sudynews_rili_2.rili  .news_list li.news .news_time .news_year{line-height: 20px;font-size: 20px;color: #222;background: #ccc;width:60px;}
#wp_news_w121 .sudynews_rili_2.rili  .news_list li.news .news_time .news_days {line-height: 20px;font-size: 20px;color: #fff;background: #8A0000; width:60px;}
#wp_news_w121 .sudynews_rili_2.rili  .news_list li.news .news_wz{padding:0px 0px;text-align:left;} 
#wp_news_w121 .sudynews_rili_2.rili  .news_list li.news .news_title{line-height: 20px;} 
#wp_news_w121 .sudynews_rili_2.rili .news_list li.news .news_title a{line-height: 20px;font-size: 18px;color:#000; } 
.sudynews_rili_2.rili .news_list li.news .news_text{line-height: 20px;font-size: 16px;color:#666;display:none;} 
##sudynews_w121 .news_list li.news .news_text a{line-height: 20px;font-size: 16px;color:#666;} 



/*图列表*/
.news_tu{}
.news_tu .con{padding: 12px 0px;}
.news_tu .news_list { margin:10px -10px;}
.news_tu .news_list li.news{float:left;width:20%;}
.news_tu .news_list li.news .news_box{margin:0px 10px; transition:all 0.4s ease-in-out;}
.news_tu .news_list li.news .news_box:hover{opacity:.85; filter:Alpha(opacity=85);}
.news_tu .news_list li.news .news_imgs{padding-top:45%;background-color:#efefef;position:relative;overflow:hidden;}
.news_tu .news_list li.news .news_imgss{padding-top:45%;background-color:#fff;position:relative;overflow:hidden;}
.news_tu .news_list li.news .news_imgs img{width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;}
.news_tu .news_list li.news .news_imgss img{width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;}
.news_tu .news_list li.news .news_wz{}
.news_tu .news_list li.news .news_wz .news_con{} 
.news_tu .news_list li.news .news_title{line-height: 45px;height:45px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;} 
.news_tu .news_list li.news .news_title a{}


/**标题栏新闻窗口**/
.post { margin-bottom:10px; }
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 16px;font-weight:normal;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 42px;color: #424242;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con { padding: 6px 0; margin:0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;*display:inline; *zoom:1; height: 20px;margin-top: 10px;line-height: 20px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size:13px; cursor:pointer;} 
.post .more_btn a{color:#666;} 
.post .more_btn a:hover{color:#666;} 



/*标准标题*/
.post1 {}
.post1 .tt {border-bottom: 2px solid #710000;}
.post1 .tt .tit {}
.post1 .tt .tit .title {display:inline-block;margin-right:20px;font-size: 16px;font-weight:bold;color: #18267d;cursor:pointer;}
.post1 .tt .tit .title.selected {color:#0f429b;}
.post1 .more_btn a{color:#1826a5;}
/*带图标标题*/
.post2 { }
.post2 .tt {}
.post2 .tt .tit {padding-left:24px; background:url('images/new1_icon.png') no-repeat left center;}
.post2 .tt .tit .title {font-size: 16px;font-weight:bold;color: #18267d;cursor:pointer;}
.post2 .con {}
/*居中标题*/
.post3 {}
.post3 .tt {width:100%; text-align: center; } 
.post3 .tt .tit {float:none;}
.post3 .tt .tit .title {font-weight:bold; color: #1B2EA3;}
.post3 .more_btn {margin-left:10px;line-height: 20px; float:none;}
/*标题切换hover*/
.post4 {}
.post4 .tt {border-bottom:1px solid #57b8ef;}
.post4 .tt .tit {border-bottom:0px;}
.post4 .tt .tit .title {display:inline-block;margin-right:20px;color: #333;border-bottom:3px solid #fff;cursor:pointer;}
.post4 .tt .tit .title.selected { border-bottom: 3px solid #0074B3;  color:#000;}
.post4 .more_btn a{color:#1826a5;}
/*左标题右内容*/
.post5 {background:#1826a5;}
.post5 .tt {float:left;width: 120px;margin-right: -120px;position:relative;}
.post5 .tt .tit {float:none;margin-top: 26px;width:100%;font-size: 18px;}
.post5 .tt .tit .title {text-align:center;color: #fff;}
.post5 .more_btn{display:inline-block;position:absolute;left:0;right:0;bottom: -54px;z-index:100;height:auto;text-align:center;margin-top: 0px;} 
.post5 .more_btn a{line-height: 45px;color: #fff;}
.post5 .con{padding:0;position:relative;}
.post5 .con .conbox{margin-left: 120px;padding-left: 15px;background: #fff;}
/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; text-overflow: ellipsis;}/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
/*日历新闻样式1*/
.rili{}
.rili .con{ padding:5px 0px;}
.rili .news_list {}
.rili .news_list li.news{margin-top:0px;}
.rili .news_list li.news.n1{}
.rili .news_list li.news .news_date{float: left;width: 60px;height: 28px;line-height:28px;margin-top:3px;margin-right: -70px;font-family:"Microsoft YaHei";border-radius:4px;background: #710000;text-align:center;vertical-align:middle;}
.rili .news_list li.news .news_date .news_year{display:inline-block;padding: 0 4px;font-size: 18px;color: #fff;}
.rili .news_list li.news .news_date .news_days{display:inline-block;height: 26px;padding: 0 6px;font-size: 14px;color: #18267d;border-radius:0px 4px 4px 0px;background: #fff;vertical-align:top;border:1px solid #710000;}
.rili .news_list li.news .news_wz{width:100%;} 
.rili .news_list li.news .news_wz .news_con{margin-left:70px;}
.rili .news_list li.news .news_title{line-height: 34px;margin-top: 0px;font-size: 14px;color:#000;text-overflow: ellipsis;} 
.rili .news_list li.news .news_text{line-height: 20px; margin-top:0px;font-size: 12px;color:#666;}
/*日历新闻样式2*/
.rili2{}
.rili2 .con{ padding:5px 0px;}
.rili2 .news_list {}
.rili2 .news_list li.news{margin-bottom: 5px;padding-bottom:5px;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news.n1{margin-top:0px;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news .news_date{float: left;width: 60px;margin-right:-70px;background:#00707a;text-align:center;}
.rili2 .news_list li.news .news_date .news_year{line-height: 30px;font-size: 22px; color:#fff; background-color:#900906; transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news .news_date .news_days{line-height:30px; font-size: 12px; color:#6b6b6b; background-color:#e3e4e6;}
.rili2 .news_list li.news .news_wz{width:100%;}
.rili2 .news_list li.news .news_wz .news_con{margin-left:70px; padding: 4px 0px;} 
.rili2 .news_list li.news .news_title{line-height: 20px;margin-top: 0px;font-size: 18px;color:#000;text-overflow: ellipsis;} 
.rili2 .news_list li.news:hover .news_date .news_year{background-color:#e3e4e6;transition:all 0.4s ease-in-out;color:#900906;}
.rili2 .news_list li.news:hover .news_date .news_days{background-color:#900906;color:#fff;}

.post-11 .focus .focus-title {height: 34px;line-height: 34px;padding: 0 15px; font-size: 14px;}
.post-11 .focus .focus-title-bar {height: 34px; bottom:0px; left:0px; right:0px; margin-left:0px;}
.post-11 .focus .focus-title-bg {background-color: #000;}

.post-11 .focus .focus-pagination {position:absolute;right: 14px;bottom: 46px;}
.post-11 .focus .focus-page {width: 20px;height: 20px; line-height: 20px; font-size:12px; border-radius: 0px; background-color: #fff; color: #000;}
.post-11 .focus .focus-page span {display:block;}
.post-11 .focus .focus-page:hover {font-size: 13px; color: #000; font-weight: bold; }
.post-11 .focus .focus-page-active {background-color: #146CC1;color:#fff;}

.post-11 .focus .focus-navigation {opacity: 0.7;filter:alpha(opacity=70);}
.post-11 .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post-11 .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}




/*标题文*/
.news_text{}
.news_text .news_list {}
.news_text .news_list li.news{margin-bottom:10px;} 
.news_text .news_list li.news .news_title{line-height: 24px; font-size: 15px;text-overflow: ellipsis;} 
.news_text .news_list li.news .news_text{line-height:22px;font-size: 13px;}
.news_text .news_list li.news .news_time{line-height: 28px;font-size: 13px;}

/*文字图标链接*/
.link_text {margin-bottom:0px;}
.link_text .news_list{margin:0 -5px;}
.link_text .news_list li.news{float:left;width:20%;text-align:center;}
.link_text .news_list li.news .news_box{margin:0 5px;}
.link_text .news_list li.news .link_icon{display:inline-block;width:100%;background-color:#1b2ea3;}
.link_text .news_list li.news .link_icon:hover{background-color:#666;}
.link_text .news_list li.news .link_con{display:block;line-height:30px;color:#fff;}
/*图标链接*/
.link_icon {margin-bottom:0px;}
.link_icon .news_list{margin:0 -10px;}
.link_icon .news_list li.news{float:left;width:20%;text-align:center;border:none;}
.link_icon .news_list li.news .news_box{margin:0 10px;}
.link_icon .news_list li.news .link_icon{display:inline-block;width:100%;background-color:#1b2ea3; opacity:1; filter:Alpha(opacity=100);}
.link_icon .news_list li.news .link_icon:hover{background-color:#1b2ea3; opacity:.8; filter:Alpha(opacity=80);}
.link_icon .news_list li.news .link_icon .icon{width: 35px;height: 34px;margin: 10px 0px;border:0px solid red;}
.link_icon .news_list li.news.i1 .link_icon .icon{background-position: 0px 0px;}
.link_icon .news_list li.news.i2 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news.i3 .link_icon .icon{background-position: -169px 0px;}
.link_icon .news_list li.news.i4 .link_icon .icon{background-position: -258px 0px;}
.link_icon .news_list li.news.i5 .link_icon .icon{background-position: -335px 0px;}
.link_icon .news_list li.news.i6 .link_icon .icon{background-position: -421px 0px;}
.link_icon .news_list li.news.i7 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news.i8 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news .link_con{display:block;line-height:30px;color:#000;}




.main4{background: #eeeeee;}
.main4 .inner{padding: 15px 0 0;}
.main4 .ml{float:left; width:530px;}
.mr{float:right;padding-top:25px;}
.main4 .mr .mlink{}


/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block; margin:4px 10px; width: 150px; line-height: 32px; background: #fff;border:1px solid #d0d0d0;}
.botlinks .links-wrap a.links-arrow {display: block; height: 32px; line-height: 32px; padding: 0 25px 0 10px; color:#a1a1a1; background: url(../images/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 33px; width: auto; min-width:180px; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #f5f5f5;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #000; cursor: pointer;}/**链接样式**/



#wp_nav_w17 .wp_nav .nav-item {
    display: inline-block;
   
    position: relative;
    vertical-align: bottom;
}